Skip to content

Small python script to get CVSSv3 scores from the NIST NVD (National Vulnerability Database)

Notifications You must be signed in to change notification settings

dmarcuccio-solace/get-nist-details

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

get-nist-details

Small python script to get CVSSv3 scores from the NIST NVD (National Vulnerability Database) using their REST API.

Note: requires python3 to run.

Usage:

getNISTDetails.py [-h] [-c [CVES [CVES ...]]]

  -h, --help            show this help message and exit
  -c [CVES [CVES ...]], --cves [CVES [CVES ...]]
                        List of CVEs to look up. Can be space or comma separated.

Example:

./getNISTDetails.py --cves CVE-2020-0543, CVE-2020-0548, CVE-2020-0549
Output:
CVE-2020-0543 [CVSS v3: 5.5 (MEDIUM)] (https://nvd.nist.gov/vuln/detail/CVE-2020-0543)
CVE-2020-0549 [CVSS v3: 5.5 (MEDIUM)] (https://nvd.nist.gov/vuln/detail/CVE-2020-0549)
CVE-2020-0548 [CVSS v3: 5.5 (MEDIUM)] (https://nvd.nist.gov/vuln/detail/CVE-2020-0548)

About

Small python script to get CVSSv3 scores from the NIST NVD (National Vulnerability Database)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages